The scope of a per-user variable is set to be visible in "All tests for this user," which makes it visible to all tests being executed by the same virtual user. 前用户变量的范围被设置为在“Alltestsforthisuser”中可见,这使得它对相同虚拟用户所执行的所有测试可见。
The scope of a variable is the region of your program in which it is defined. 一个变量的作用域是程序中定义这个变量的区域。